* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ywzxBanner {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}

.whole {
    width: 645px;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
}

.roll-img {
    width: 100%;
    height: 100%;
    position: relative;
    /* transform-style: preserve-3d; */
}

.roll-img ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.roll-img ul li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    /* display: none; */
    z-index: 1000;
}
.roll-img ul li.center p{
    display: block;
}
#ywzxUl img {
    width: 100%;
    height: 100%;
}
.roll-img ul li a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    z-index: 10000 !important;
}
.left {
    left: -340px;
    transform: scale(0.8);
    z-index: 4;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
}

.center {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border: 3px solid #be0121;
}

.right {
    left: 340px;
    transform: scale(0.8);
    z-index: 4;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
}

.left div,
.right div {
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.after1,
.after2,
.after3 {
    z-index: 3;
    left: 0;
    top: 0;
    visibility: hidden;
    transform: scale(0);
}

.ywzx-last,
.ywzx-next {
    position: absolute;
    z-index: 10;
    width: 37px;
    height: 92px;
    text-align: center;
    cursor: pointer;
    top: 40%;
}

.ywzxBanner-list {
    width: 100%;
    height: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.ywzx-btn {
    transition: all 0.3s ease;
    display: inline-block;
    background: #7a7c7d;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 3px;
}
.ywzxBanner-list .on{
    background: #016bbd;
    width: 20px;
}


.ywzx-last {
    left: -276px;
}

.ywzx-next {
    right: -276px;
}